home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 03 / 8 / DISK0386.ZIP / README.DOC < prev    next >
Text File  |  1987-01-08  |  4KB  |  101 lines

  1. B A N N E R
  2.  
  3. The BANNER program makes long, large-letter banners on your printer
  4. from console input. All sources are presented in case you want to
  5. customize it.
  6.  
  7. Installation:
  8.     Before use, rename either BANV1.EXE or BANV2.EXE to BANNER.EXE
  9. so the command "BANNER" will work. Use BANV1 if you have PCDOS 1.1 or
  10. thereabouts, BANV2 for DOS V2 or later.
  11.     BANNER produces output that is designed for 132 character wide
  12. printers. Typically its output is a line of up to 132 ASCII characters,
  13. a single carriage return (no linefeed), another line of up to 132 ASCII
  14. characters, and then a carriage return/linefeed combo, for each "raster"
  15. it uses. This allows a denser banner due to overprinting two characters.
  16. However, due to the great variety of printers out there, BANNER makes NO
  17. attempt to set the printer up in any way. It also doesn't mess up any
  18. presets. Thus, for successful use on many printers you'll want to make
  19. sure that single CR doesn't advance the paper (I believe Epson printers
  20. work as they need to for this), that your printer is set to condensed
  21. letters (so there'll be 132 across), and you'll probably want to set your
  22. printer for 8 or 10 lines per inch. This means, get out the printer manual
  23. and find out what escape and/or control sequences you need to send to
  24. the printer and arrange to do so. (You can either create a short file
  25. and print it, or write a short BASIC program to emit the necessary
  26. controls.)
  27.  
  28. Use:
  29.  
  30. To use, type BANNER to activate the program.
  31.  
  32. It will first ask you for its input and output file specifications.
  33. This will allow the program to read a disk file for input and write
  34. one for output if desired.
  35.  
  36. Normally, for input file specifier just type
  37. CON:
  38.  
  39. (including the colon) to signal you'll put your text in on the
  40. console.
  41. For output, normally just enter
  42. LPT1:
  43.  
  44. (including the colon) to signal you want the output to go onto
  45. the line printer. If you want it to go to LPT2:, type that, and
  46. if you want it on disk, just give a filename. Files get large,
  47. so be sure you have LOTS of room on disk.
  48.     Banner just does a Fortran OPEN on the file so specified.
  49. Some terminate-and-stay-resident utilities mess up certain Fortran
  50. OPENs, so if you have problems, try booting a clean DOS (rename
  51. CONFIG.SYS and AUTOEXEC.BAT temporarily) and try again. Banner has
  52. run on a number of clones and will usually be OK then. If it isn't,
  53. sorry, something about your machine is messing Fortran up...
  54.  
  55.  
  56. The program then enters a loop asking for input lines. Its
  57. prompt looks like this:
  58.  
  59. ENTER INPUT LINE:
  60.  
  61. You type a character which may be space, +, or -, followed by
  62. up to 78 characters of text to go onto a banner.
  63.  
  64. If your initial character is space or + sign, the letters will be
  65. dark on white paper. If your initial character is - sign, the
  66. letters are white on dark paper. The program uses normal text
  67. characters to darken regions of the paper. This is seldom a
  68. problem.
  69.  
  70.  
  71. Press the Enter key to enter the text. The program will then
  72. begin printing the banner. When it finishes it will prompt
  73. again for an input line. You may enter several in a row if
  74. desired.
  75.     If you enter several, they just come out serially. The
  76. font is a variable pitch Roman font. Most of the printable
  77. ASCII character set is included plus upper and lowercase
  78. alphas and numbers. Some characters are however not there
  79. so a bit of testing may be needed if you want to use lots of
  80. special characters. No support for extended characters is here.
  81.  
  82.     Character sizes can be configured only by setting spacings
  83. in your printer, which many printers CAN do. If the single
  84. return is a problem, you can output to a disk file and edit
  85. the output before printing.
  86.  
  87. When you are done, type a control-Z (hold down the Ctrl key and
  88. type Z) followed by Enter. This terminates the program. It will
  89. be acted on when the control-Z is entered at an input prompt.
  90.  
  91.  
  92. PLEA:
  93.  
  94. If you find this program useful, pass it on to your friends,
  95. neighbors, etc. etc. and let them enjoy it.
  96.  
  97. Thanks.
  98.  
  99. By Glenn Everhart
  100.  
  101.